home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 46 / Amiga Format CD46 (1999-10-20)(Future Publishing)(GB)[!][issue 1999-12].iso / -in_the_mag- / reader_requests / emacsfilereq / filereq-menu.menu < prev    next >
Text File  |  1999-09-13  |  1KB  |  42 lines

  1. (("Project" ("Open" filereq-find-file ?O)
  2.         ("Open read-only" filereq-find-file-read-only ?P)
  3.         ("Include" filereq-insert-file ?I)
  4.         ()
  5.         ("Save" save-buffer ?S)
  6.         ("Save As" filereq-write-file ?W)
  7.         ()
  8.         ("Quit" save-buffers-kill-emacs ?Q))
  9.  ("Edit" ("Undo" undo ?U)
  10.          ()
  11.      ("Mark" set-mark-command ?M)
  12.      ("Cut" kill-region ?X)
  13.      ("Copy" copy-region-as-kill ?C)
  14.      ("Paste" yank ?V)
  15.      ("Paste Previous" yank-pop))
  16.  ("Search" ("Find Forward" isearch-forward ?F)
  17.        ("Find Backward" isearch-backward ?B)
  18.        ()
  19.        ("Find Fwd Regexp" isearch-forward-regexp)
  20.        ("Find Bwd Regexp" isearch-backward-regexp)
  21.        ()
  22.        ("Query Replace" query-replace ?R)
  23.        ("Query Rpl Regexp" query-replace-regexp))
  24.  ("Window" ("Split" split-window-vertically ?2)
  25.        ("Split H" split-window-horizontally)
  26.        ()
  27.        ("One Window" delete-other-windows ?1)
  28.        ("Delete" delete-window ?0)
  29.        ()
  30.        ("Enlarge" enlarge-window ?E)
  31.        ("Next" other-window ?N))
  32.  ("Buffers" ("List" list-buffers)
  33.         ("Change" switch-to-buffer)
  34.         ("Kill" kill-buffer))
  35.  ("Help" ("Tutorial" help-with-tutorial ?T)
  36.          ("Information" info ?H)
  37.      ()
  38.      ("Where Is Command" where-is)
  39.      ("What Is Command" describe-function)
  40.      ("What Is Key" describe-key)
  41.      ("Apropos" command-apropos)))
  42.